home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The AGA Experience 3
/
AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso
/
software
/
utilities
/
programmers
/
cgraphxdevkit
/
c
/
examples
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-12-17
|
156 b
|
11 lines
CC = gcc
CFLAGS = -s -O2 -noixemul
Window: Window.c
-echo "Compiling & Linking Window... "
$(CC) Window.c $(CFLAGS) -o Window
clean:
-delete Window.o